Loading…
Thursday, July 22 • 9:45am - 10:05am
Remote Debugging Java applications in Cloud Foundry - Subhankar Chattopadhyay & Shashank Mohan Jain, SAP

Sign up or log in to save this to your schedule, view media, leave feedback and see who's attending!

Feedback form is now closed.
Debugging code is a skill every developer should have or attain. Debugging a cloud based application before releasing to production has become extremely crucial. Can we leverage things like non breaking break points to debug code in cloud. Is it possible to allow a remote debugger to capture insights like variable states, stack states without having to disrupt the flow of the system. We propose to talk about this in context of Java applications and how remote debugging of java applications with non-breaking break points can be achieved. We discuss the Java Debugger Platform Architecture (JDPA) and its components like JVMTI, JDWP and JDI. Non-breaking breakpoints are a valuable component of remote debugging, as they provide all the necessary insights without disruptions to the running application. This proves useful especially when the target system is running in production.

Speakers
avatar for Subhankar Chattopadhyay

Subhankar Chattopadhyay

Development Architect, SAP
Subhankar Chattopadhyay holds a Master of Computer Science and working at SAP for about 10 years. He is currently working in the area of SAP Business Technology Platform. His interests include Cloud Computing, Virtualization and containerization.
avatar for Shashank Mohan Jain

Shashank Mohan Jain

Chief Architect, SAP
Shashank has 20 years of work experience with 8 years in cloud and distributed systems domain. Shashank holds more then 30 patents and has been a speaker in various cloud foundry summits and other conferences.


Thursday July 22, 2021 9:45am - 10:05am CDT
Virtual 1
  How To Track